OpenRoads Designer CONNECT Edition SDK Help

TranslateToThruPoint Method

Transalets the element on a given direction so that it passes thru a point.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public  LinearElement TranslateToThruPoint( DPoint3d directionVector, DPoint3d thruPoint)

Parameters

SettingDescription
  DPoint3d  
  DPoint3d  

Return Value

LinearElement

See Also